Param Object
The Param object represents a parameter or argument associated with a StoredProc object based on a parameterized stored Procedure. The Param object represents in/out arguments and the return values of stored procedures.
Group: Stored Procedure Object
Syntax: spValue = StoredProc.Param(nIndex).oProperty
spValue (StoredParam) data value of the parameter
nIndex (Long) index of the parameter
oProperty (object) the available objects are listed below
Example:
The stored procedure object types available are:
Count, Datatype, Direction, NumericScale, Object, Precision, Prepared, Results, Size, and Value.